projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aec16a
)
* lisp/emacs-lisp/comp.el (comp-num-cpus): Fix definition.
author
Andrea Corallo
<akrl@sdf.org>
Tue, 19 May 2020 07:40:56 +0000
(08:40 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 19 May 2020 07:43:38 +0000
(08:43 +0100)
Introduced by
2aec16ab75
.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index f94544877ed15ba290052b807b41a92a8f30443e..9fe614f9e946d4fdb7c5bdf24473ccd2810af741 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2296,7
+2296,7
@@
processes from `comp-async-compilations'"
do (remhash file-name comp-async-compilations))
(hash-table-count comp-async-compilations))
-(defvar comp-num-cpus)
+(defvar comp-num-cpus
nil
)
(defun comp-effective-async-max-jobs ()
"Compute the effective number of async jobs."
(if (zerop comp-async-jobs-number)